Cis Tagging TagAssociation ObjectToTags
The Cis Tagging TagAssociation ObjectToTags schema describes an object and its related tags. Use the POST /cis/tagging/tag-association?action=list-attached-tags-on-objects operation to retrieve a list with each element containing an object and the tags attached to it.
This schema was added in vSphere API 6.5.
{
"object_id": {
"type": "string",
"id": "string"
},
"tag_ids": [
"string"
]
}
The identifier of the object.
This property was added in vSphere API 6.5.
The identifiers of the related tags.
This property was added in vSphere API 6.5.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.cis.tagging.Tag
. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.cis.tagging.Tag
.